.foot {
    background-color: #FFF;
 
    background-image: url(/eportal/imageDir/lppaffc/2023/08/img_pc_site/2023083111162282071.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.foot ul {
    font-size: 12px;
    font-weight: normal;
    height: 45px;
    padding: 3px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 6px;

    text-align: center;
display:flex;
flex-wrap: wrap;
    justify-content: center;
}

.foot p {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0px;
    padding: 3px;
    line-height: 20px;
    color: #686868;
    font-size: 12px;
}

.foot li {
    font-size: 12px;
    line-height: 14px;
    float: left;
    height: 14px;
    overflow: hidden;
    margin: 0px;
    padding-top: 0px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 0px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    list-style-position: outside;
    list-style-type: none;
    width: 65px;
}

.foot li h1 {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #525252;
}

a {
    text-decoration: none;
    color: #525252;
}

a:hover {
    color: #E70711;
    text-decoration: underline;
}